fix unusable scroll bar on user list#619
Conversation
|
|
| min-height: 8rem; | ||
| display: inline-block; | ||
| white-space: initial; | ||
| overflow-x: auto; |
There was a problem hiding this comment.
Hmmm... the user list is already overflow-x: auto;, so it is scrollable, but I can see how that isn't apparent on the UI, depending on the user's OS settings for showing scroll gutters.
Does this PR cause largeer user lists to expand on other board layouts like in Idea Submission? The photo in the PR summary only shows the prime directive layout
|
IMO, this is an improvement on the prime directive layout page and it doesn't effect other pages like Idea Submission. |
Description of Change(s) Introduced:
Fixes the overflow issue on the users list. Related to bug report #617
Relevant Screenshots/GIFs:


Relevant github Issue: